home *** CD-ROM | disk | FTP | other *** search
- on enterFrame
- global gtpoem, gppoem, gtbio, gpbio, gcurrentnumber, gblenddraw, gbiophotonumber, gbiophoto, greq
- set gbiophoto to 0
- set gbiophotonumber to 0
- set the cursor of sprite 36 to [402, 404]
- if greq = "E" then
- makepuppet(15, getbioname(gtbio, gcurrentnumber, "EB"), 100, 155, 120 + (the height of cast string(getbioname(gtbio, gcurrentnumber, "EB")) / 2))
- else
- makepuppet(15, getbioname(gtbio, gcurrentnumber, "JB"), 100, 155, 120 + (the height of cast string(getbioname(gtbio, gcurrentnumber, "JB")) / 2))
- end if
- updateStage()
- end
-